Scheduler for WinRT
C1ObservableCollection<T> Constructor(IList<T>)


The IList list that is wrapped by the new collection.
Initializes a new instance of the C1ObservableCollection<T> class.
Syntax
'Declaration
 
Public Function New( _
   ByVal list As IList(Of T) _
)
'Usage
 
Dim list As IList(Of T)
 
Dim instance As New C1ObservableCollection(Of T)(list)
public C1ObservableCollection<T>( 
   IList<T> list
)

Parameters

list
The IList list that is wrapped by the new collection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1ObservableCollection<T> Class
C1ObservableCollection<T> Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.